Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/79. Testimonal Box Switcher/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/79. Testimonal Box Switcher/app.js
17 Views
0 Comments
const testimonialsContainer = document.querySelector(".testimonial-container");
const testimonial = document.querySelector(".tes
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/79. Testimonal Box Switcher/index.html
27 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/79. Testimonal Box Switcher/style.css
18 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background: rgb(28, 28, 28);
font-family: sans-serif;
display: flex;